String operations
Operator
Description
+
Concatenation
Examples:
"Hello "+"world!"
"Hello, "+ name, where name is a string variable
a+b, where a and b are string variables
See also:
Expressions